home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 6385 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  557 b 

  1. Path: fizban.solace.mh.se!usenet
  2. From: Mattias Wahlberg <matjo@lls.se>
  3. Newsgroups: comp.lang.c++
  4. Subject: What is NULL?
  5. Date: Mon, 12 Feb 1996 12:02:36 -0800
  6. Organization: Noventus Systems AB
  7. Message-ID: <311F9CDC.7ED7@lls.se>
  8. NNTP-Posting-Host: @dialup102-4-2.swipnet.se
  9. Mime-Version: 1.0
  10. Content-Type: text/plain; charset=us-ascii
  11. Content-Transfer-Encoding: 7bit
  12. X-Mailer: Mozilla 2.0b6b (Win95; I; 16bit)
  13.  
  14. Hi there,
  15.  
  16. In ANSI-C NULL is defined as (void*) 0. In MSVC++ it is defined as 0.
  17.  
  18. What is the definition of NULL in the forth-coming ANSI-C++?
  19.  
  20. /MW
  21.